From f6e0850ff7fa4dc2c81d2a43b40e2d9e95f8da46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 20 May 2017 09:00:07 +0200 Subject: [PATCH] Gesture: Remove window property completely These are just leftovers, it's already gone from public API and the _{set,get}_property implementations. --- gtk/gtkgesture.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c index 719aed5533..caef7d4612 100644 --- a/gtk/gtkgesture.c +++ b/gtk/gtkgesture.c @@ -130,7 +130,6 @@ typedef struct _PointData PointData; enum { PROP_N_POINTS = 1, - PROP_WINDOW }; enum { @@ -795,21 +794,6 @@ gtk_gesture_class_init (GtkGestureClass *klass) 1, G_MAXUINT, 1, GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); - /** - * GtkGesture:window: - * - * If non-%NULL, the gesture will only listen for events that happen on - * this #GdkWindow, or a child of it. - * - * Since: 3.14 - */ - g_object_class_install_property (object_class, - PROP_WINDOW, - g_param_spec_object ("window", - P_("GdkWindow to receive events about"), - P_("GdkWindow to receive events about"), - GDK_TYPE_WINDOW, - GTK_PARAM_READWRITE)); /** * GtkGesture::begin: * @gesture: the object which received the signal -- 2.30.2